home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 10 / des.zip / README!.NOW < prev   
Text File  |  1989-08-27  |  537b  |  16 lines

  1. Just for kicks I encrypted the documentation using the following passwords
  2. in the Cipher Block Chaining Mode:
  3.  
  4. des +cbc "Ronald Reagon" "George Bush" <des.doc >des.des
  5.  
  6. Before I encrypted des.doc, I ran the checksum mode and received the following:
  7.  
  8. des cks "Ronald Reagon" "George Bush" <des.doc
  9. : 2800 bytes    : 4548330c f6053eb7 :
  10.  
  11. When you decrypt the text, you should also get the same checksum if succesful.
  12.  
  13. To decipher the documentation type the following:
  14.  
  15. des -cbc "Ronald Reagon" "George Bush" <des.des >des.doc
  16.